﻿CHARACTERS = {
	c:HAN ?= {
		create_character = {
			# Hugh Halkett, general of infantry
			is_general = yes
			first_name = Hugh
			last_name = Halkett
			historical = yes
			culture = cu:scottish
			birth_date = 1783.9.30
			interest_group = ig_armed_forces
			ideology = ideology_royalist
			traits = {
				experienced_offensive_planner
				direct
			}
		}
		create_character = {
			# Andreas von Schlütter, final commander of the "Elbzollfregatte"
			is_admiral = yes
			first_name = Andreas
			last_name = von_Schlu_tter
			historical = yes
			culture = cu:north_german
			birth_date = 1781.6.3
			interest_group = ig_landowners
			ideology = ideology_royalist
			traits = {
				basic_naval_commander
				tactful
			}
		}
		if = {
			limit = {
				has_dlc_feature = voice_of_the_people_content
			}
			create_character = {
				first_name = Jacob
				last_name = Grimm
				historical = yes
				birth_date = 1785.1.4
				is_agitator = yes 
				interest_group = ig_intelligentsia
				female = no
				ideology = ideology_radical
				dna = dna_grimm_jacob
				traits = {	
					meticulous
					tactful
				}
			}
		}
	}
}
